[]
        
(Showing Draft Content)

C1.DataCollection.C1VirtualDataCollection-1.LoadAsync

LoadAsync Method

LoadAsync(int?, int?, CancellationToken)

Loads all the items between the specified range.

Declaration
public Task LoadAsync(int? fromIndex = null, int? toIndex = null, CancellationToken cancellationToken = default)
Public Function LoadAsync(Optional fromIndex As Integer? = Nothing, Optional toIndex As Integer? = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
Type Name Description
int? fromIndex

The starting index, if not specified this will be 0.

int? toIndex

The starting index, if not specified this will be Count.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements